home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0997 / 000360_amos-request@svcs1.digex.net_Mon Sep 29 23:04:59 1997.msg < prev    next >
Text File  |  1997-10-01  |  2KB  |  51 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail4.access.digex.net (8.8.5/8.8.5) with ESMTP id XAA28364
  3.     for <mcox@access.digex.net>; Mon, 29 Sep 1997 23:04:57 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id UAA19816
  6.     for amos-out; Mon, 29 Sep 1997 20:23:58 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id UAA19813
  9.     for <amos-list@svcs1.digex.net>; Mon, 29 Sep 1997 20:23:57 -0400 (EDT)
  10. Received: from m6.sprynet.com (m6.sprynet.com [165.121.2.89])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with SMTP id UAA10443
  12.     for <amos-list@access.digex.net>; Mon, 29 Sep 1997 20:23:55 -0400 (EDT)
  13. Received: from sprynet.com (ragriffi@dd23-054.dub.compuserve.com [199.174.180.54]) by m6.sprynet.com (8.6.12/8.6.12) with SMTP id RAA19618 for <amos-list@access.digex.net>; Mon, 29 Sep 1997 17:23:50 -0700
  14. From: Richard Griffith <ragriffi@sprynet.com>
  15. Reply-To: Richard Griffith <ragriffi@sprynet.com>
  16. To: AMOS mailing list <amos-list@access.digex.net>
  17. Date: Mon, 29 Sep 1997 20:19:40 +0500
  18. Message-ID: <yam7211.2039.118457968@m6.sprynet.com>
  19. In-Reply-To: <009BB0853D36EB60.278C@mcs.co.uk>
  20. X-Mailer: YAM 1.3.4 [040] - Amiga Mailer by Marcel Beck
  21. Organization: Lacking; Does not play well with others.
  22. Subject: Re: More compiler problems....
  23. MIME-Version: 1.0
  24. Content-Type: text/plain
  25. Status: O
  26. X-Status: 
  27.  
  28. On 29-Sep-97, Simon Champion - simonc@mcs.co.uk wrote:
  29.  
  30. >I've got three extensions loaded (Craft, Musicraft and Delta). Before my
  31. ...
  32. >Now that everything is re-installed, I find that trying to compile anything
  33. >results in "File Not Found" errors.
  34. >Using snoopdos, I traced this back to the extensions' .Lib files, being
  35. >searched for in the compiler's temp directory in Ram:
  36. >It seems that although the compiler knows about these extensions, it's
  37. >not copying their libraries across to Ram: with everything else, and then
  38. >it's not finding them when it tries to read them.
  39.  
  40. Sounds like your compiler is not using the same AMOS configuration
  41. as the interpreter. By default it is different. Change it in the
  42. compiler setup and things should be better.
  43.  
  44. As for the missing files in RAM:, there is an option (also in the
  45. compiler ocnfig) to copy the lib files to RAM: before compiling.
  46. Unless you are running a floppy system, its usually easier to
  47. set this to 'No'.
  48.  
  49. Hope this helps,
  50. -Richard
  51.